diff options
| author | real-zephex <[email protected]> | 2024-04-30 09:43:00 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-30 09:43:00 +0530 |
| commit | df1e72a7efc7f7df773e022753a6808a26989300 (patch) | |
| tree | d28d3f9c32b7e2fca6bad3caffde3a93384a953c /src/app/manga/[title]/title.module.css | |
| parent | Merge pull request #5 from zephex-alt/master (diff) | |
| parent | small fixes (diff) | |
| download | dramalama-df1e72a7efc7f7df773e022753a6808a26989300.tar.xz dramalama-df1e72a7efc7f7df773e022753a6808a26989300.zip | |
Merge pull request #6 from zephex-alt/master
Fixes and Improvements - 2
Diffstat (limited to 'src/app/manga/[title]/title.module.css')
| -rw-r--r-- | src/app/manga/[title]/title.module.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 737fd92..bbfc99b 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -55,16 +55,15 @@ .MangaStatus {
color: var(--soft-purple);
font-family: "Poppins", serif;
-
}
.MangaVolume {
- color: #FFACAC;
+ color: #ffacac;
font-family: "Poppins", serif;
}
.MangaChapters {
- color: #FFEBB4;
+ color: #ffebb4;
font-family: "Poppins", serif;
}
@@ -72,4 +71,4 @@ .Main {
max-width: 100%;
}
-}
\ No newline at end of file +}
|